runtime.moduledata.typelinks (field)
7 uses
runtime (current package)
runtime1.go#L637: ret := [][]int32{modules[0].typelinks}
runtime1.go#L640: ret = append(ret, md.typelinks)
symtab.go#L413: typelinks []int32 // offsets from types
type.go#L276: typehash := make(map[uint32][]*_type, len(firstmoduledata.typelinks))
type.go#L283: for _, tl := range prev.typelinks {
type.go#L304: tm := make(map[typeOff]*_type, len(md.typelinks))
type.go#L307: for _, tl := range md.typelinks {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |